home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 February
/
EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso
/
earcd
/
midi
/
omed_pt.lha
/
rexx
/
plsg_f10.omed
< prev
next >
Wrap
Text File
|
1995-11-25
|
292b
|
16 lines
/* Play Song from F10 - Case 29-10-95 */
address OCTAMED_REXX
options results
call open("f_keys","T:f_keys.omedtemp",R)
f6 = readln("f_keys")
f7 = readln("f_keys")
f8 = readln("f_keys")
f9 = readln("f_keys")
f10 = readln("f_keys")
call close("f_keys")
'ed_goto line' f10
'pl_contsong'
exit